home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form2
- Caption = "Form2"
- ClientHeight = 3195
- ClientLeft = 165
- ClientTop = 735
- ClientWidth = 4680
- LinkTopic = "Form2"
- ScaleHeight = 3195
- ScaleWidth = 4680
- StartUpPosition = 3 'Windows Default
- Begin VB.Menu file
- Caption = "File"
- Begin VB.Menu CLose
- Caption = "Look"
- End
- Begin VB.Menu hack
- Caption = "It Works!"
- End
- End
- Begin VB.Menu edit
- Caption = "Edit"
- Begin VB.Menu delete
- Caption = "Delete"
- End
- Begin VB.Menu remove
- Caption = "Remove"
- End
- End
- Attribute VB_Name = "Form2"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
-